home *** CD-ROM | disk | FTP | other *** search
/ Revolution - Das Atari CD Magazin 1997 / Revolution - Das Atari CD Magazin 1.iso / software / mag_prg / udo / udo6ehp7.tz / udo6ehp7 / UDO6eng / doc / examples / quick.u < prev    next >
Text File  |  1997-01-04  |  796b  |  46 lines

  1. ########################################
  2. # @(#) A small example
  3. ########################################
  4.  
  5. # Set some flags and title page information
  6.  
  7. !code_iso
  8. !english
  9. !stg @subject "Documentation\Utilities"
  10.  
  11. !title   A small example for
  12. !program UDO
  13. !version Version 1
  14. !date    (!today)
  15. !author  Dirk Hagedorn
  16. !street  In der Esmecke 9
  17. !town    59846 Sundern
  18. !country Germany
  19. !email   Internet: DirkHage@aol.com
  20. !email   MausNet: Dirk Hagedorn @ MK2
  21.  
  22. # end of the preamble, start of the main part
  23.  
  24. !begin_document
  25. !maketitle
  26. !tableofcontents
  27.  
  28. !node A chapter
  29. This is the text of this chapter.
  30.  
  31. !subnode A section
  32. This
  33.     is
  34.         the
  35.             text
  36.     of
  37.         the
  38. section.
  39.  
  40. !subsubnode A subsection
  41. I think   it's   getting
  42. boring               now.
  43.  
  44. !end_document
  45.  
  46.